home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_CHARS / TFORM_CHARS.txt
Text File  |  2003-11-13  |  3KB  |  136 lines

  1. object Form_Chars: TForm_Chars
  2.   Left = 315
  3.   Top = 236
  4.   HelpContext = 570
  5.   ActiveControl = Chars
  6.   BorderStyle = bsDialog
  7.   Caption = 'Insert character'
  8.   ClientHeight = 233
  9.   ClientWidth = 449
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label_Code: TLabel
  24.     Left = 365
  25.     Top = 105
  26.     Width = 18
  27.     Height = 13
  28.     Hint = 'Selected character code'
  29.     Caption = '000'
  30.     ShowAccelChar = False
  31.   end
  32.   object Label1: TLabel
  33.     Left = 365
  34.     Top = 155
  35.     Width = 40
  36.     Height = 13
  37.     Caption = '&Number:'
  38.     FocusControl = Spin_Count
  39.   end
  40.   object Button_Insert: TButton
  41.     Left = 365
  42.     Top = 10
  43.     Width = 75
  44.     Height = 25
  45.     Hint = 'Insert selected character'
  46.     Caption = '&Insert'
  47.     Default = True
  48.     TabOrder = 1
  49.     OnClick = Button_InsertClick
  50.   end
  51.   object Button_Close: TButton
  52.     Left = 365
  53.     Top = 70
  54.     Width = 75
  55.     Height = 25
  56.     Hint = 'Close this dialog box'
  57.     Caption = '&Close'
  58.     ModalResult = 2
  59.     TabOrder = 3
  60.     OnClick = Button_CloseClick
  61.   end
  62.   object Button_Font: TButton
  63.     Left = 365
  64.     Top = 200
  65.     Width = 75
  66.     Height = 25
  67.     Hint = 'Select a different font or codepage'
  68.     Caption = '&Font...'
  69.     TabOrder = 6
  70.     OnClick = Button_FontClick
  71.   end
  72.   object Chars: TListBox
  73.     Left = 5
  74.     Top = 5
  75.     Width = 351
  76.     Height = 221
  77.     Columns = 6
  78.     ItemHeight = 13
  79.     TabOrder = 0
  80.     OnClick = CharsClick
  81.     OnDblClick = CharsDblClick
  82.     OnKeyDown = CharsKeyDown
  83.   end
  84.   object Spin_Count: TSpinEdit
  85.     Left = 365
  86.     Top = 170
  87.     Width = 56
  88.     Height = 22
  89.     Hint = 'Number of characters to insert'
  90.     MaxLength = 3
  91.     MaxValue = 999
  92.     MinValue = 1
  93.     TabOrder = 5
  94.     Value = 1
  95.     OnKeyDown = CharsKeyDown
  96.   end
  97.   object CheckBox_FullSet: TCheckBox
  98.     Left = 365
  99.     Top = 135
  100.     Width = 69
  101.     Height = 17
  102.     Hint = 'Show full or abbreviated character set'
  103.     Caption = 'Full &Set'
  104.     TabOrder = 4
  105.   end
  106.   object Button_Copy: TButton
  107.     Left = 365
  108.     Top = 40
  109.     Width = 75
  110.     Height = 25
  111.     Hint = 'Copy character to clipboard'
  112.     Caption = 'C&opy'
  113.     TabOrder = 2
  114.     OnClick = Button_CopyClick
  115.   end
  116.   object FontDlg: TFontDialog
  117.     Font.Charset = DEFAULT_CHARSET
  118.     Font.Color = clWindowText
  119.     Font.Height = -11
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = []
  122.     MinFontSize = 0
  123.     MaxFontSize = 0
  124.     Options = [fdForceFontExist]
  125.     Left = 20
  126.     Top = 180
  127.   end
  128.   object FormPlacement: TFormPlacement
  129.     IniSection = 'CharDlg'
  130.     Options = [fpPosition]
  131.     UseRegistry = True
  132.     Left = 20
  133.     Top = 30
  134.   end
  135. end
  136.